home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-02-17 | 755 b | 43 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = DEOServer
-
- PROJECTVERSION = 1.1
- PROJECT_TYPE = Tool
- LANGUAGE = English
-
- CLASSES = DEOServer.m
-
- HFILES = DEOProtocols.h DEOServer.h
-
- MFILES = DEOServer_main.m
-
- OTHERSRCS = Makefile Makefile.postamble Makefile.preamble
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = tool.make
- SOURCEMODE = 444
-
- LIBS = -lFoundation_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-